CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群算法 迪杰斯特拉 弗洛伊德算法

搜索资源列表

  1. TSP

    1下载:
  2. TSP问题;蚁群算法;关键参数设置;MATLAB-MATLAB,tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3749
    • 提供者:sam
  1. ant_code

    1下载:
  2. java实现的基本蚁群算法,蚁群算法是一种智能算法-the realization of the ant colony algorithm java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:45421
    • 提供者:hrbeu
  1. BB_Ants_System

    2下载:
  2. 改进的蚁群算法matlab程序,验证无误。-ant-system
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7138
    • 提供者:lixianghua
  1. Hybridantcolonyalgorithm

    0下载:
  2. 混合型蚁群算法及其应用研究,很有用,很实用-Hybrid ant colony algorithm and its applied research, very useful, very practical! ! ! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:145646
    • 提供者:白蛛蛛
  1. AntTsp

    0下载:
  2. 用VC++编的,用于求解蚁群算法的源程序-VC++ for use, the ant colony algorithm for solving the source
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:3289
    • 提供者:叶红
  1. Tsp_report_ant

    0下载:
  2. 蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。 这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为——能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:186447
    • 提供者:余超
  1. tsp

    1下载:
  2. TSP问题,用蚁群算法解决该问题,将时间复杂度降低-use ant colony to solve the TSP problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:14755
    • 提供者:chaplin
  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:孙准
  1. makeyong

    3下载:
  2. 该程序运用蚁群算法,具体为蚁群的寻路过程进行图像分割,针对普通图像跟MRI图像进行轮廓提取,效果不错,值得学习!-The program using ant colony algorithm, specifically for the colony s way-finding process of image segmentation, for the general outline of the image with the MRI image extraction, good results
  3. 所属分类:Other systems

    • 发布日期:2015-10-03
    • 文件大小:281026
    • 提供者:成林
  1. WirelessSensorNetworksOfMultipleBaseStationsPositi

    0下载:
  2. 《无线传感器网络中多基站定位的多目标蚁群算法》,EI检索文献-Wireless sensor networks of multiple base stations positioned multi-objective ant colony algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-03-25
    • 文件大小:158533
    • 提供者:wolfwubo
  1. acotsp

    1下载:
  2. 改进的蚁群算法,大家可以借鉴一下,多多提下意见就好了 -Improved ant colony algorithm, we can learn about, a lot like a thank you to mention the views of the next
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1029793
    • 提供者:sam
  1. PSOFuzzyModeler

    1下载:
  2. Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3196508
    • 提供者:sukuifeng
  1. AntColonyAlgorithmTsp

    0下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5220448
    • 提供者:龚汉杰
  1. work1

    0下载:
  2. 一种比较简单的蚁群算法的matlab实现,包括完整的代码-A relatively simple ant colony algorithm matlab implementation, including the complete code
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:5433
    • 提供者:yangxi
  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529947
    • 提供者:天天
  1. 200981115234233403

    0下载:
  2. 基本蚁群优化算法的MATLAB程序-ant colony optimization-------------------------------------
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:169199
    • 提供者:张小梅
  1. ant-hanshu

    0下载:
  2. 蚁群算法求解函数最优解算法。-Ant colony algorithm for the optimal solution algorithm for a function.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:2112
    • 提供者:李小伟
  1. ants_arithgom

    1下载:
  2. aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建 mcl是马尔科夫聚类算法 nmf是矩阵的非负分解 Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:41468
    • 提供者:颜利平
  1. ACOTest

    0下载:
  2. 蚁群算法的Java实现,适合初学者,可将其改进应用于其他领域。-Ant colony algorithm Java implementation, suitable for beginners, it can be applied to other areas of improvement.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2155
    • 提供者:李亮
  1. rengongzhineng2

    0下载:
  2. 人工智能方面的论文,设计机器人路径规划,包括蚁群算法,中心点算法-Papers on artificial intelligence, design robot path planning, including the ant colony algorithm, the center algorithm and so on .....
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2553536
    • 提供者:陈代林
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com